[INFO] cloning repository https://github.com/Reedus0/bnet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Reedus0/bnet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReedus0%2Fbnet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReedus0%2Fbnet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03dea373c555acda29f9a7c41febfe73f04d644d
[INFO] fixing Reedus0/bnet against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReedus0%2Fbnet" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Reedus0/bnet
[INFO] finished tweaking git repo https://github.com/Reedus0/bnet
[INFO] tweaked toml for git repo https://github.com/Reedus0/bnet written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Reedus0/bnet on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Reedus0/bnet already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2
[INFO] running `Command { std: "docker" "start" "a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking bnet_core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]     Checking bnet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `LOGIN_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 |                 let LOGIN_REQUEST: models::Request = models::Request {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `login_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_FOR` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |                         let ACTION_FOR: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^ help: convert the identifier to snake case: `action_for`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `GET_ACTION_RESULT` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |                         let GET_ACTION_RESULT: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_action_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/server/main.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 |         Err(e) => {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/server/main.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 |         Err(e) => {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/server/main.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { &mut USERS.push(new_user) };
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { let _ = &mut USERS.push(new_user); };
[INFO] [stdout]    |              +++++++                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { &mut USERS.push(new_user) };
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/server/main.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { let _ = &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()); };
[INFO] [stdout]    |                          +++++++                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:44
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:83:51
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &USERS }),
[INFO] [stdout]    |                                                   ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &raw const USERS }),
[INFO] [stdout]    |                                                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `USER_RESPONSE` should have a snake case name
[INFO] [stdout]   --> src/server/main.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let USER_RESPONSE: models::Request = models::Request {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `user_response`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_RESULT` should have a snake case name
[INFO] [stdout]    --> src/server/main.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |                 let ACTION_RESULT: models::Request = models::Request {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_RESPONSE` should have a snake case name
[INFO] [stdout]    --> src/server/main.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     let ACTION_RESPONSE: models::Request = models::Request {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/server/main.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { &mut USERS.push(new_user) };
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { let _ = &mut USERS.push(new_user); };
[INFO] [stdout]    |              +++++++                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     unsafe { &mut USERS.push(new_user) };
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/server/main.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { let _ = &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()); };
[INFO] [stdout]    |                          +++++++                                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |         for i in 1..USERS.len() {
[INFO] [stdout]     |                     ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         USERS.get_mut(index).unwrap()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:65:44
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 unsafe { &mut USERS.remove(USERS.iter().position(|x| *x.ip == user.ip).unwrap()) };
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 if request.get_msg() == unsafe { &config::PASSWORD.to_string() } {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/server/main.rs:83:51
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &USERS }),
[INFO] [stdout]    |                                                   ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     msg: format!("{:?}", unsafe { &raw const USERS }),
[INFO] [stdout]    |                                                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `USER_RESPONSE` should have a snake case name
[INFO] [stdout]   --> src/server/main.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let USER_RESPONSE: models::Request = models::Request {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `user_response`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_RESULT` should have a snake case name
[INFO] [stdout]    --> src/server/main.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |                 let ACTION_RESULT: models::Request = models::Request {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_RESPONSE` should have a snake case name
[INFO] [stdout]    --> src/server/main.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     let ACTION_RESPONSE: models::Request = models::Request {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 148 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:156:28
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &mut USERS } {
[INFO] [stdout]     |                            ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 156 |     for client in unsafe { &raw mut USERS } {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |         for i in 1..USERS.len() {
[INFO] [stdout]     |                     ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/server/main.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         USERS.get_mut(index).unwrap()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/client/main.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |                         let ACTION_REQUEST = terminal::execute_command(args_formated);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/client/main.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         let _ = &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/client/main.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |                         let ACTION_REQUEST = terminal::execute_command(args_formated);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `action_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/client/main.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 40 |                         let _ = &utils::send_request(&stream, &ACTION_REQUEST);
[INFO] [stdout]    |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `LOGIN_REQUEST` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 |                 let LOGIN_REQUEST: models::Request = models::Request {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `login_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ACTION_FOR` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |                         let ACTION_FOR: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^ help: convert the identifier to snake case: `action_for`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `GET_ACTION_RESULT` should have a snake case name
[INFO] [stdout]   --> src/admin/main.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |                         let GET_ACTION_RESULT: models::Request = models::Request {
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_action_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2", kill_on_drop: false }`
[INFO] [stdout] a2cc6450ddcb899f738edbc46cd47af8adabb5202a3a052ff413dc7d74903ca2
